.solutions-section {
  background: #ffffff;
  padding: 90px 0;
  font-family: "Segoe UI", sans-serif;
}

.solutions-container {
  width: 1200px;
  max-width: 95%;
  margin: auto;
  text-align: center;
}

.solutions-title {
  font-size: 38px;
  font-weight: 500px;
  color: #141212;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.solutions-subtitle {
  font-size: 26px;
  font-weight: 400;
  color: #261919;
  letter-spacing: 0.15em;
  margin-bottom: 80px;
}

.solutions-subtitle span {
  margin: 0 20px;
  color: #cccccc;
}

/* ================= STATS ================= */
.solutions-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.solutions-stat {
  flex: 1;
  text-align: center;
}

.solutions-stat h3 {
  font-size: 48px;
  font-weight: 700;
  color: #1f4d7a;
  margin-bottom: 10px;
}

.solutions-stat p {
  font-size: 14px;
  color: #777777;
}

/* Vertical Divider */
.solutions-divider {
  width: 1px;
  height: 60px;
  background-color: #d9d9d9;
  align-self: center;
}

/* DIVIDER */
.divider {
    width: 1px;
    height: 60px;
    background: #ddd;
}

/* =====================================================
   POPUP FORM (GET STARTED)
===================================================== */

/* ===============================
   RESPONSIVE & UX IMPROVEMENTS
   =============================== */

/* Tablets */
@media (max-width: 1024px) {

  .solutions-section {
    padding: 70px 0;
  }

  .solutions-title {
    font-size: 32px;
  }

  .solutions-subtitle {
    font-size: 20px;
    margin-bottom: 60px;
    letter-spacing: 0.1em;
  }

  .solutions-stats {
    gap: 30px;
  }

  .solutions-stat h3 {
    font-size: 40px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .solutions-section {
    padding: 50px 0;
  }

  .solutions-title {
    font-size: 26px;
  }

  .solutions-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 0.08em;
  }

  .solutions-subtitle span {
    margin: 0 8px;
  }

  /* Stack stats */
  .solutions-stats {
    flex-direction: column;
    gap: 30px;
  }

  /* Remove vertical divider */
  .solutions-divider,
  .divider {
    display: none;
  }

  .solutions-stat h3 {
    font-size: 34px;
  }

  .solutions-stat p {
    font-size: 13px;
  }
}

/* ================= SMALL PHONES ================= */
@media (max-width: 480px) {

  .solutions-title {
    font-size: 22px;
  }

  .solutions-subtitle {
    font-size: 14px;
  }

  .solutions-stat h3 {
    font-size: 30px;
  }
}
